Quickbook API icon

Quickbook API

(0 reviews)

Retrieving a specific booking product details

GET '/products/details'

Description

Get particular product details.

Authorization

The Authorization header carried the API access token in the format AL client_id:client_secret. Please see Security page for more information.

Content type

application/json

Query Parameters

ParametersDescriptionRequired?
codeCode associated with a specific producttrue

Response

{
  "service": {
    "code": "large_car",
    "name": "Select+",
    "description": "Everyday choice and comfort -  professional driver and MPV/people carrier for up to 6 people.",
    "image": "",
    "type": "passenger",
    "passengers": 4,
    "luggage": 2
  }
}
ParametersDescription
codeCode associated with a specific product
nameBooking product name
descriptionBooking product description
imageGraphics representation of the product
typeBooking product type
passengersNumber of passengers allowed for this product
luggageNumber of luggage allowed for this product

Reviews